home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl151s.zip / INCLUDE / LIST.P < prev    next >
Text File  |  1995-03-18  |  206b  |  8 lines

  1.  
  2. /* Protogen Version 1.05 Saturday March 18, 1995  13:09:03 */
  3.  
  4.                                /* List.c */
  5.  
  6. void AppendToList(LIST **list, void *data);
  7. void *UnlinkFromList(LIST **list, LIST *loc);
  8.